testing.common.tempDir (field)

6 uses

	testing (current package)
		testing.go#L522: 	tempDir    string
		testing.go#L1053: 	if c.tempDir == "" { // Usually the case with js/wasm
		testing.go#L1056: 		_, err := os.Stat(c.tempDir)
		testing.go#L1086: 		c.tempDir, c.tempDirErr = os.MkdirTemp("", pattern)
		testing.go#L1089: 				if err := removeAll(c.tempDir); err != nil {
		testing.go#L1101: 	dir := fmt.Sprintf("%s%c%03d", c.tempDir, os.PathSeparator, seq)